CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - fuzzy cluster

搜索资源列表

  1. FCM

    0下载:
  2. fuzzy cluster method by c#
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:591420
    • 提供者:余翔宇
  1. Studies-on-Fuzzy-C-Means-Based-on-Ant-Colony-Algo

    0下载:
  2. A fault identification with fuzzy C-Mean clustering algorithm based on improved ant colony algorithm (ACA) is presented to avoid local optimization in iterative process of fuzzy C-Mean (FCM) clustering algorithm and the difficulty in fault cl
  3. 所属分类:Development Research

    • 发布日期:2017-03-23
    • 文件大小:273117
    • 提供者:rishi
  1. mhjl_a

    0下载:
  2. 模糊聚类分析,闭包,模糊聚类分析的源代码。,可能寻找闭包。-fuzzy cluster
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2182
    • 提供者:lsy
  1. code-(2)

    0下载:
  2. Cluster head selection using two level Fuzzy logic
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:187090
    • 提供者:HirenParmar
  1. Fuzzy-neural1

    0下载:
  2. 首先要对样本进行聚类分析,以此来确定模糊规则个数。利用K-means法对样本聚类。-First cluster analysis of samples, in order to determine the number of fuzzy rules. Method using K-means clustering of the sample.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1581
    • 提供者:霸王仔
  1. OSTU

    1下载:
  2. Otsu-最大类间方差matlab代码 通过求模板和子图像的互相关函数的最大值来确定目标的中心位置;再在目标的感兴趣区域内(ROI)进行基于最大类间方差(OSTU)算法的自适应阈值分割,以检出并统计缺陷;进而判别其合格与否。 -the Ostu method is much faster and more efficient than the fuzzy cluster method.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:642
    • 提供者:liyy
  1. fuzzy

    0下载:
  2. cluster head election using fuzzy logic
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:141763
    • 提供者:sree
  1. two-fuzzy-sets

    0下载:
  2. cluster head selection using two fuzzy sets
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:428584
    • 提供者:sree
  1. cluster-toolbox

    0下载:
  2. 聚类工具箱,可以实现k-means,fuzzy c-means,agglomerative (hierarchical) clustering等聚类-cluster toolbox
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:12993
    • 提供者:李志猛
  1. CLUSTER

    0下载:
  2. 模糊聚类分析程序,用于对各种数据进行分类-Fuzzy clustering analysis procedures for a variety of data classification
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1832
    • 提供者:lengbing
  1. cluster-analysis

    0下载:
  2. 进行模糊C均值聚类,读取数据,并进行标准化变换-Fuzzy C-means clustering, data is read and converted to standardize
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:4808
    • 提供者:宋孝洋
  1. fuzzy_cluster_knn

    0下载:
  2. 基于模糊聚类KNN的室内WLAN算法研究 源代码 使用matlab实现-indoor WLAN location based on fuzzy cluster KNN algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2527
    • 提供者:郭伟奇
  1. all-of-Cluster

    0下载:
  2. 大多数经典聚类分析算法的matlab实现,包括K均值、模糊聚类(FCM)、SOM、Kohonen、EM、DBSCAN、等!-ON划词翻译ON实时翻译 Most of the classical clustering algorithm matlab implementation, including K means, fuzzy clustering (FCM), SOM, Kohonen, EM, DBSCAN, etc.!
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:41460
    • 提供者:
  1. Improved-Fuzzy-Clustering

    0下载:
  2. 模糊聚类的改进--先用减法聚类得到初始点,而后用模糊聚类得到聚类中心,能够提高聚类的速度和精度-Improved Fuzzy Clustering- first get the initial point subtraction clustering, and then get the cluster center with fuzzy clustering, clustering can improve the speed and accuracy
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4279
    • 提供者:
  1. PIM-fuzzy-c-means

    0下载:
  2. Partition index is a measure ofvalidity similar to partition coeGcient, based on using Pj = ci=1 (uij)m as a measure ofhow well the jth data point has been classi- 2ed. The closer a pixel is to a codebook entry, the closer Pj is to one. Ifa
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:59986
    • 提供者:dr
  1. changyongsuanfa

    0下载:
  2. 三个常用的算法模型,分别是模糊聚类分析法,灰色模型预测法和主成成分分析法-Model three commonly used algorithms, which are fuzzy cluster analysis, gray model and principal components analysis into
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:54695
    • 提供者:123
  1. cluster

    0下载:
  2. 本程序介绍了聚类分析的各种算法,包括层次、动态、模糊和遗传算法,对数值进行模式识别。-This procedure describes the various clustering algorithms, including the level of dynamic, fuzzy and genetic algorithms, pattern recognition value.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-28
    • 文件大小:10416365
    • 提供者:zhanghao
  1. F_JIDtjl

    0下载:
  2. 模糊聚类分析动态聚类图,R模糊相似矩阵求传递闭包-Fuzzy cluster analysis of dynamic clustering diagram, R fuzzy similar matrix transitive closure of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1374
    • 提供者:pin977206
  1. fuzzy-c

    0下载:
  2. 模糊C-均值算法容易收敛于局部极小点,为了克服该缺点,将遗传算法应用于模糊C-均值算法(FCM)的优化计算中,由遗传算法得到初始聚类中心,再使用标准的模糊C-均值聚类算法得到最优分类结果。-Fuzzy C- means algorithm is easy to converge to a local minimum, in order to overcome this drawback, the genetic algorithm is applied to the fuzzy C- means
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1585
    • 提供者:zhanglei
  1. fuzzy-K-means

    0下载:
  2. fuzzy-K-means聚类算法源代码,常用于模糊聚类分析,算法能取得较好性能,简单有效,应用范围广-the fuzzy-K-means cluster program which can achieve good performance
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1428
    • 提供者:
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com